Interface AsaAccessGroup

All Superinterfaces:
IPCObject
All Known Implementing Classes:
AsaAccessGroupImpl

public interface AsaAccessGroup extends IPCObject
Information provided by the PKI file:

    \class CAsaAccessGroup
    
    \brief CAsaAccessGroup is used in asa to tight access-list with a specific interface in a direction
    
Author:
Auto-generated
  • Method Details

    • getDirection

      Direction getDirection()
      Information provided by the PKI file:
      
          \brief Return the direction in which the acl is applied on the interface
          
              
      Returns:
      Direction Returns a Direction
    • getNameIf

      String getNameIf()
      Information provided by the PKI file:
      
          \brief Return the nameIf of the interface the acl is applied on
          
              
      Returns:
      String Returns a String
    • getAclId

      String getAclId()
      Information provided by the PKI file:
      
          \brief Return the acl id that the access-group is associated with
          
              
      Returns:
      String Returns a String
    • setDirection

      void setDirection(Direction direction)
      Information provided by the PKI file:
      
          \brief Set the direction of the acl
          \param direction            eIn =0,
          eOut,
          eGlobal
          
              
      Parameters:
      direction - Takes in a parameter of direction
    • setNameIf

      void setNameIf(String nameIf)
      Information provided by the PKI file:
      
          \brief Set the nameIf that the access-list will be applied on
          
              
      Parameters:
      nameIf - Takes in a parameter of nameIf
    • setAclId

      void setAclId(String aclId)
      Information provided by the PKI file:
      
          \brief Set the access-list id to be used to apply on the interface
          
              
      Parameters:
      aclId - Takes in a parameter of aclId
    • toString

      String toString()
      Information provided by the PKI file:
      
          \brief Return the string configuration of the access-group
          
              
      Overrides:
      toString in class Object
      Returns:
      String Returns a String